Blazor | ComponentOne
C1.Blazor.ListView Assembly / C1.Blazor.ListView Namespace / C1ListView<T> Class / ItemTapped Property

In This Topic
    ItemTapped Property
    In This Topic
    Gets or sets the callback that will be called when an item is tapped.
    Syntax
    'Declaration
     
    
    Public Property ItemTapped As EventHandler(Of ListViewInputEventArgs)
    public EventHandler<ListViewInputEventArgs> ItemTapped {get; set;}
    See Also